home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / modprobe.d / ipw3945 < prev    next >
Encoding:
Text File  |  2006-10-19  |  205 b   |  5 lines

  1. install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; \
  2.     /sbin/ipw3945d-$(uname -r) --quiet
  3. remove  ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; \
  4.     /sbin/modprobe -r --ignore-remove ipw3945
  5.